home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 7.11 / 2002-01_-_Disc_7.11.iso / Data / audio.pcg / scripts / DefineButton2_19 / BUTTONCONDACTION on(release).as < prev    next >
Text File  |  2001-11-08  |  139b  |  9 lines

  1. on(release){
  2.    if(_level1.EasterEggIsOn == false)
  3.    {
  4.       stopAllSounds();
  5.    }
  6.    _root.textInfo.stop();
  7.    gotoAndStop(2);
  8. }
  9.